home *** CD-ROM | disk | FTP | other *** search
- /**/
- 'cls'
- Say "**********************************************************************"
- Say " Name: Test Case 11"
- Say " "
- Say " Program: PMView 0.86b"
- Say " "
- Say " Purpose: To display a 640x480x256 GIF image on the desktop"
- Say " "
- Say " "
- Say " Please refer test11.doc for more"
- Say " information on what this test case does."
- Say "**********************************************************************"
-
- '@echo off'
- Pause
- 'cd ..\pmview'
- 'call pmview /INI=\pmview ..\..\data\640x480.gif'
- 'cd ..\testcase'
- '@echo on'
- EXIT
-